home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 5808 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.1 KB

  1. Path: druid.borland.com!usenet
  2. From: pete@borland.com (Pete Becker)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: Incompatibility between BC4.5 32 bit DLL and MSVC 2.0 exe
  5. Date: 6 Feb 1996 19:28:27 GMT
  6. Organization: Borland International
  7. Message-ID: <4f8a4r$i3k@druid.borland.com>
  8. References: <4eqlab$had@news1.usa.pipeline.com>
  9. NNTP-Posting-Host: pbecker.borland.com
  10. Mime-Version: 1.0
  11. Content-Type: Text/Plain; charset=ISO-8859-1
  12. X-Newsreader: WinVN 0.99.5
  13.  
  14. In article <4eqlab$had@news1.usa.pipeline.com>, grantp@usa.pipeline.co says...
  15. >
  16. >>The same approach works with 16 bit EXE and 16 bit DLL. Is there anything 
  17. >
  18. >>to do? 
  19. >> 
  20. >This surprises me.  I thought the library formats were different on 
  21. >16-bit systems as well.  Did you actually link the BC-produced 
  22. >lib file into an MSVC++ product?  Maybe you used a module 
  23. >definition (.def) file instead? 
  24.  
  25. This works in 16-bit. MS decided to change formats for their tools when they 
  26. moved to 32 bits.
  27.  
  28. >BTW, as you are probably already aware, using a .def file to 
  29. >import DLL functions is not an option with MSVC++4.0.  
  30.  
  31. Yet another incompatible change from your friends at Microsoft.
  32.     -- Pete
  33.  
  34.